stochastic score classification problem
SSClass,
SSC
#approximation_algorithms
#approximation_algorithms
Description
We want to minimize the expected cost of evaluating a symmetric Pseudo-Boolean function on initially unknown input, where the value of each is unknown and can be learned only by paying positive cost , and each has independent probability of being . Value of function equals if the score satisfies . Test until this is known. This is symmetric as it only depends on number of 1's in the input.
Notes
- the stochastic boolean function evaluation problem for -of- functions arises when , where iff , otherwise.
Approximation ratios
where below algorithms are α-approximation algorithms
(Note substrategies: , increasing order, , increasing order, , increasing order)
-approximation for block verification
- [Liu 2022] verifying strategy on block : first evaluate variables according to order, where is the min number of 1's and the min number of 0's to satisfy block , then if found sufficient 1's, test next in , else if found sufficient 0's, test next in
-approximation
- [Liu 2022] a non-adaptive algorithm, a round-robin strategy RR exists giving a -approximation evaluation
- this switches between 3 sub-strategies, choosing the one that has minimal total running cost after the next evaluation,
- [Liu 2022] another non-adaptive algorithm, round-robin strategy, RR2 gives a -approximation
- switch between 2 sub-strategies, and , using minimal total running cost upon additional evaluation
-approximation, note
- [Plank, Schewior 2024] non-adaptive algorithm 3R is (c.f. RR) giving constant-factor approximation, -approximation algorithm for SSC
- where is , is , is
- at each step, choose until determined, is cost of previously not performed task in strategy
- [Plank, Schewior 2024] non-adaptive algorithm 2R giving constant-factor approximation
References
- D. Gkenosis, N. Grammel, L. Hellerstein, and D. Kletenik, “The Stochastic Score Classification Problem,” Jun. 27, 2018, arXiv: arXiv:1806.10660. doi: 10.48550/arXiv.1806.10660.
- N. Liu, “Two 6-approximation Algorithms for the Stochastic Score Classification Problem,” Dec. 05, 2022, arXiv: arXiv:2212.02370. doi: 10.48550/arXiv.2212.02370.
- B. M. Plank and K. Schewior, “Simple Algorithms for Stochastic Score Classification with Small Approximation Ratios,” SIAM J. Discrete Math., vol. 38, no. 3, pp. 2069–2088, Sep. 2024, doi: 10.1137/22M1523492.